var go/doc.noteCommentRx

2 uses

	go/doc (current package)
		reader.go#L499: 	noteCommentRx = lazyregexp.New(`^/[/*][ \t]*` + noteMarker) // MARKER(uid) at comment start
		reader.go#L535: 			if noteCommentRx.MatchString(c.Text) {